home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual: Windows XP
/
CDWindowsXP.iso
/
Datos
/
office
/
autodemo_officexp
/
default
/
demo.exe
/
scripts
/
DefineButton2_14
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-05-15
|
375 b
|
23 lines
on(release){
tellTarget("/section_title")
{
gotoAndStop("white_out");
play();
}
tellTarget("/question_space")
{
gotoAndStop("white_out");
play();
}
tellTarget("/go_white")
{
gotoAndStop("white");
play();
}
tellTarget("/exit_mov")
{
gotoAndStop("extended");
play();
}
}